sync.Cond.notify (field)

5 uses

	sync (current package)
		cond.go#L27: 	notify  notifyList
		cond.go#L54: 	t := runtime_notifyListAdd(&c.notify)
		cond.go#L56: 	runtime_notifyListWait(&c.notify, t)
		cond.go#L66: 	runtime_notifyListNotifyOne(&c.notify)
		cond.go#L75: 	runtime_notifyListNotifyAll(&c.notify)